| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub Sort( _ ByVal arrSortColumns() As Integer, _ ByVal bSortAsc As Boolean, _ ByVal bIgnoreCase As Boolean, _ ByVal nLevels As Integer _ ) | |
| C# | |
|---|---|
public void Sort( int[] arrSortColumns, bool bSortAsc, bool bIgnoreCase, int nLevels ) | |
Parameters
- arrSortColumns
- An array of columns to perform the sort.
- bSortAsc
- Determines if the sort will be ascending.
- bIgnoreCase
- Determines if the sort will be case sensitive.
- nLevels
- Determines the highest level (parent/child) where the sort will occur.